:root{
    --Color-Rojo:#ed1c27;
    --Color-Rojo-Oscuro:#c2161f;
    --Color-Txt:#707070;
    --Color-Blanco: #ffffff;
    --Color-Negro:#2d2d2d;
    --Color-Fondo: #FAFAFA;
    --Color-Footer: #F4F4F4;
}

/* Reset */
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    color: var(--Color-Negro);
    scroll-behavior: smooth;
    font-family: 'davcondensedRegular', sans-serif;
}

a{
    cursor: pointer;
}

b {
  font-family: 'davcondensedCnBold', sans-serif;
}

/* General Reset */
body {
    background-color: #ffffff;
}

/* ANIMACION */

/* Estilos iniciales: sección oculta */
.section-hidden {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Estilos para la animación */
.section-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Animación con retraso opcional */
.section-hidden:nth-child(1) {
    transition-delay: 0s;
}
.section-hidden:nth-child(2) {
    transition-delay: 0.2s;
}
.section-hidden:nth-child(3) {
    transition-delay: 0.4s;
}



/* FIN ANIMACION */

/* Header */
.header {
    background-image: 
    linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)), 
    url('https://images.publicidad.davivienda.com.hn/EloquaImages/clients/DAVIVIENDAHONDURAS/%7B13beb58a-f45b-4a1d-847e-292d033b3ae7%7D_istockphoto-2153511740-2048x2048.jpg');
    background-size: cover;
    background-position: top;
    height: 70vh;
    border-bottom-right-radius: 100px; 
    position: relative;
}

.logo {
    position: absolute;
    width: 120px; /* Ajusta el tamaño del logo */
}
.legal {
    position: absolute;
    top: 35%;
    right: 10px;
    transform: rotate(270deg) translateY(-50%);
    transform-origin: right center;
    font-size: 10px;
    font-family: 'davcondensedRegular', sans-serif;
    color: var(--Color-Negro);
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 10px; 
    border-radius: 15px; 
}

.breadcrumb {
    display: inline-block;
    color: white;
    position: absolute;
    top: 50%; /* Centrado vertical */
    transform: translateY(-50%);
    text-decoration: none;
}

a {
    text-decoration: none;
}
.breadcrumb-item,
.breadcrumb-item.active {
    color: white; 
}

.breadcrumb-separator {
    color: white;
}

.breadcrumb-separator img {
    width: 10px;
    color: white;
}

.shadow-text {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    color: white;
    position: absolute;
    top: 50%;
    margin-top: 20px;
    font-size: 100px;
    font-family: 'davcondensedExtraBold', sans-serif;
}
/* BOTONES DAVIVIENDA */
.button-section-2 {
    margin-top: -45px;
}

/* Botones Davivienda */
.davivienda-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    width: 100%; 
    height: 50px; 
    background-color: #ed1c27; 
    color: #fff; 
    font-size: 2rem;
    font-family: 'davcondensedCnBold', sans-serif;
    border: none; 
    border-radius: 100px; 
    cursor: pointer; 
    text-align: left; 
    overflow: hidden;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.davivienda-button.davipuntos {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    width: 100%; 
    height: 50px; 
    background-color: #ffffff; 
    color: var(--Color-Rojo);
    font-size: 2rem;
    font-family: 'davcondensedCnBold', sans-serif;
    border: none; 
    border-radius: 100px; 
    cursor: pointer; 
    text-align: left; 
    overflow: hidden;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Imagen del botón */
.davivienda-button .button-icon {
    width: 30px;
    margin-left: 10px;
    transition: transform 0.3s ease, content 0.3s ease; 
}

/* Estado activo (cuando se hace clic) */
.dadinero-plus:hover {
    color: var(--Color-Blanco);
    background-color: var(--Color-Rojo-Oscuro);
}

.button-icon-1 {
    width: 30px;
    margin-left: 10px;
    transform: rotate(90deg); 
}


/* Segunda ONE */

.text-center {
    width: 100%;
}
.section-one {
    margin-top: 100px;
    padding: 0px 0;
    text-align: left;
}

.section-one-2 {
    margin-top: 10px;
    padding: 0px 0;
    text-align: left;
}

.section-one-2 h1 {
    text-align: left;
    font-family: 'davcondensedExtraBold', sans-serif;
}

.section-one h3 {
    text-align: left;
    font-size: 2rem;
    font-family: 'davcondensedRegular', sans-serif;
    color: var(--Color-Negro);
}

.section-one h1 {
    text-align: left;
    font-family: 'davcondensedExtraBold', sans-serif;
}

h1.text-grande {
  font-family: 'davcondensedExtraBold', sans-serif;
  font-size: 110px;
}

/* benefits-section */
.benefits-section {
    padding: 40px 0;
}

.benefit-container {
    border-radius: 10px;
    background-color: #F8F8F8; 
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center;
    padding: 20px;
    text-align: center;
}

.benefit-icon {
    width: 50px;
    margin-bottom: 10px;
}

.benefit-container p {
    font-size: 1.5rem; 
    line-height: 1.4rem;
    color: #000;
    margin: 0; 
}

.davipuntos-section p {
    font-size: 2rem;
    line-height: 2.4rem;
}

.benefit-container {
    height: 100%;
}

/* Estilos para la sección CANJE DE DAVIPUNTOS */
.canje-davipuntos {
    padding: 20px;
}

.left-column ul {
    list-style: none; 
    padding-left: 150px;
    padding-top: 50px;
    margin: 0;
}

.left-column li {
    position: relative; 
    padding-left: 30px; 
    margin-bottom: 15px; 
    font-size: 1.5rem;
}

.left-column li::before {
    content: '';
    position: absolute;
    left: 0; 
    width: 20px;
    height: 20px;
    background-image: url('https://images.publicidad.davivienda.com.hn/EloquaImages/clients/DAVIVIENDAHONDURAS/%7Bc3a8cb32-df18-4586-a629-73b392b473e0%7D_vineta.png');
    background-size: cover; 
    background-position: center;
    margin-top: 10px;
}

.canje-d {
    display: flex;
    flex-wrap: wrap; 
    gap: 20px; 
}

/* Columna izquierda */
.left-column {
    flex: 1; 
    display: flex;
    flex-direction: column;
    gap: 15px;
}



/* Columna derecha */
.right-column {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-column img {
    width: 100%;
    border-radius: 10px; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra paralela */
    object-fit: cover;
}

/* Mobile: Reversa las columnas */
@media (max-width: 576px) {
    .canje-d {
        flex-direction: column-reverse;
    }

    .right-column img {
        max-width: 100%;
    }

    .left-column ul {
        list-style: none; 
        padding-left: 0px;
        padding-top: 0px;
        margin: 0;
    }
}



/* CTA DE CIERRE Y TARJETAS */

.descubre-mas-section {
    padding: 30px 0;
}

.descubre-btn {
    background-color: var(--Color-Rojo);
    color: var(--Color-Blanco);
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%; 
    margin: 0 auto;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-bottom: 50px;
}

.descubre-btn:hover {
    background-color:  var(--Color-Rojo-Oscuro)
}

.descubre-btn span {
    margin-right: 10px;
}

.descubre-btn .btn-icon {
    width: 20px;
    margin-left: 10px;
}

.descubre-img {
    width: 70%; 
    max-width: 100%;
}

/* ==========================
  MORE BENEFICITS
========================== */
.more-benefits {
    display: no;
}

#more-benefits h2 {
    text-transform: uppercase;
    font-size: 2.5rem;
    text-align: center; 
    font-family: 'davcondensedCnBold', sans-serif;
    margin: 2rem 0; 
    overflow: hidden;
    white-space: nowrap;
    border-right: 2px solid #333;
    width: 0;
    animation: none; 
}


@keyframes typing {
    from {
      width: 0;
    }
    to {
      width: 100%;
    }
  }


/* CIERRE */

.more-benefits h2 {
    text-transform: uppercase;
    font-size: 2.5rem;
    line-height: 2rem;
    text-align: center; 
    font-family: 'davcondensedCnBold', sans-serif;
    margin: 2rem 0; 
}

.button-section {
    margin-bottom: 3rem;
}

/* Botón personalizado */
.custom-button {
    position: relative;
    width: 100%;
    height: 50px; 
    background-size: cover;
    background-position: center;
    border-radius: 100px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    transition: transform 0.3s ease-in-out; /* Transición para el zoom */
}

.custom-button:hover {
    transform: scale(1.05); /* Aumenta el tamaño ligeramente al hacer hover */
}

/* Capa negra con opacidad */
.custom-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

/* Texto e ícono */
.custom-button span {
    position: relative;
    z-index: 2; 
    color: #fff; 
    font-size: 1rem; 
    font-family: 'davcondensedCnBold', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.custom-button i {
    font-size: 1.2rem;
}

/* Iconos de los botones */
.button-icon {
    width: 10px;
    margin-right: 0.5rem; 
    z-index: 3;
}

/* Imágenes de fondo específicas para cada botón */
.button-1 {
    background-image: url('https://images.publicidad.davivienda.com.hn/EloquaImages/clients/DAVIVIENDAHONDURAS/%7Bf7e885d3-91d4-47b2-948a-920bcec0edb9%7D_istockphoto-1829241109-2048x2048.jpg');
}

.button-2 {
    background-image: url('https://images.publicidad.davivienda.com.hn/EloquaImages/clients/DAVIVIENDAHONDURAS/%7Be67a68d6-d69f-4f18-bd58-065a72489f4f%7D_istockphoto-1936994145-2048x2048.jpg');
}

.button-3 {
    background-image: url('https://images.publicidad.davivienda.com.hn/EloquaImages/clients/DAVIVIENDAHONDURAS/%7B6e947c86-587a-4897-bbab-c7ee004c5eb3%7D_istockphoto-1623252462-2048x2048.jpg');
}

.button-4 {
    background-image: url('https://images.publicidad.davivienda.com.hn/EloquaImages/clients/DAVIVIENDAHONDURAS/%7B6fbeea7a-7321-4005-a7ac-1a9a77689f2d%7D_istockphoto-1998218882-2048x2048.jpg');
}

.button-5 {
    background-image: url('https://images.publicidad.davivienda.com.hn/EloquaImages/clients/DAVIVIENDAHONDURAS/%7B6540bd37-452b-4e39-888c-51230b623570%7D_istockphoto-1920964696-2048x2048.jpg');
}

.button-6 {
    background-image: url('https://images.publicidad.davivienda.com.hn/EloquaImages/clients/DAVIVIENDAHONDURAS/%7B13beb58a-f45b-4a1d-847e-292d033b3ae7%7D_istockphoto-2153511740-2048x2048.jpg');
}
.button-7 {
    background-color: var(--Color-Rojo);
 }
 
 .button-7::before {
     content: none;
 }
 

.button-8 {
    background-image: url('https://images.publicidad.davivienda.com.hn/EloquaImages/clients/DAVIVIENDAHONDURAS/%7B4c1b098f-d438-4c9c-aa81-4d6bdb47429f%7D_iStock-1248608698.jpg');
}




footer .container {
    text-align: center; 
  }
  
  footer img {
    width: 15%;
    margin-bottom: 1.5rem; 
  }
  
  footer p {
    font-size: 0.9rem; 
    line-height: 1rem;
    margin-bottom: 0; 
    text-align: justify; 
    text-justify: inter-word; 
    font-family: 'davcondensedLight', sans-serif;
  }

  span {
    color: var(--Color-Rojo);
    font-family: 'davcondensedCnBold', sans-serif;
}

/* Centrando los botones en pantallas pequeñas */
@media (max-width: 768px) {
    .custom-button {
        justify-content: center;
    }

    .legal {
        position: absolute;
        top: 100px;
        right: 10px;
        transform: rotate(270deg) translateY(-50%);
        transform-origin: right center;
        font-size: 10px;
        font-family: 'davcondensedRegular', sans-serif;
        color: var(--Color-Negro);
        background: rgba(255, 255, 255, 0.8);
        padding: 5px 10px; 
        border-radius: 15px; 
    }

    

    /* benefit-containe */

    .benefit-container {
        width: 90%; /* Más ancho en pantallas pequeñas */
        margin-left: auto;
        margin-right: auto;
    }

    footer img {
        width: 50%;
        margin-bottom: 1.5rem; 
      }

      footer p {
        font-size: 0.6rem; 
        line-height: 0.8rem;
        margin-bottom: 0; 
        text-align: justify; 
        text-justify: inter-word; 
        font-family: 'davcondensedLight', sans-serif;
      }

      .shadow-text {
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
        color: white;
        position: absolute;
        top: 50%;
        margin-top: 20px;
        font-size: 50px;
        font-family: 'davcondensedExtraBold', sans-serif;
    }

 /* .benefits-section */

    .col-md-2 {
        flex: 0 0 48%; /* Dos columnas por fila en pantallas más pequeñas */
        margin-bottom: 50px;
    }

    /* CANJE DAVIPUNTOS */
    .canje-davipuntos .row {
        flex-direction: column; /* Cambia la dirección de las columnas a vertical */
        gap: 20px; /* Espacio entre las columnas */
    }

    .canje-davipuntos .left-column,
    .canje-davipuntos .right-column {
        width: 100%; /* Asigna el 100% del ancho a cada columna */
    }

    
    .canje-davipuntos .left-column {
        margin-bottom: 20px; /* Agrega un espacio entre las columnas */
    }

    h1.text-grande {
        font-family: 'davcondensedExtraBold', sans-serif;
        font-size:65px;
        text-align: left;
      }

      .descubre-btn {
        background-color: var(--Color-Rojo);
        color: var(--Color-Blanco);
        font-size: 1.2rem;
        font-weight: bold;
        padding: 10px 20px;
        border: none;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80%; 
        margin: 0 auto;
        cursor: pointer;
        transition: background-color 0.3s ease;
        margin-bottom: 10px;
    }

    .descubre-mas-section {
        padding: 10px 0;
    }

    .descubre-img {
        width: 90%; 
        max-width: 100%;
    }

    .davivienda-button, .davivienda-button.davipuntos {
       
        font-size: 1.2rem;
        font-family: 'davcondensedCnBold', sans-serif;
    }
}


